#loki-app, .m-loki-body-wrapper {
    min-height: 100vh;
}

#snapshoot {
    position: absolute;
    width: 100%;
    z-index: 8000;
    background-color: #fff;
    pointer-events: none;
}

body {
    background-color: var(--groot-ui-color-gray-1);
    font-family: STheiti SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    font-size-adjust: none;
    text-size-adjust: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.content img {
    margin: 0px auto;
    max-width: 100%;
    width: 100% !important;
}
.head {
    width: 90%;
    height: 5rem;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 15%);
    border-radius: 3px;
    position: fixed;
    top: 1px;
    left: 5%;
}

.head .leftwenzi {
    line-height: 5rem
}

.head .leftwenzi img {
    float: left;
    margin: 15px 10px
}

.head span {
    float: right;
    background: #20bb1d;
    color: #fff;
    border-radius: 30px;
    padding: 0 15px;
    line-height: 3rem;
    margin-top: 15px;
    margin-right: 10px;
    cursor: pointer
}

.message {
    padding: 20px 10px 30px;
    background: #fff
}

.message h2 {
    font-size: 18px;
    text-align: center;
    color: #20bb1d;
    line-height: 40px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.message .kuang {
    width: 100%;
    border: 1px solid #eee;
    box-sizing: border-box;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 3px;
    margin-bottom: 10px
}

.message textarea {
    width: 100%;
    border: 1px solid #eee;
    box-sizing: border-box;
    height: 100px;
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px;
    font-family: 微软雅黑;
}

.message #tj {
    width: 100%;
    background: #20bb1d;
    color: #fff;
    line-height: 35px;
    text-align: center;
    border: 0;
    border-radius: 3px;
    cursor: pointer
}

.message .dingwei {
    position: relative;
}

.message .dingwei span {
    position: absolute;
    right: 1px;
    top: 1px
}

.message .dingwei span img {
    height: 35px;
}


.news ul{
    margin: 0 auto;
    padding: 0;
}
.news ul li img:hover {
    transform: scale(1.2); /*当鼠标移动到图片上时实现放大功能*/
}
.news ul li {
    overflow: hidden;
    border-bottom: 1px solid lavender;
    background: white;
    list-style-type: none;
    transition-duration: 0.5s;
    height: 2rem;
    line-height: 2rem;
}

.news ul li a{
    text-decoration: none;
    color:#1a9581;
}
.news ul li:hover {
    background-color: lavender;
    transition-duration: 0.5s;
}


.news h4{line-height: 0;}

.news_list_bottom {
    margin_top: 50px;
}

.news_list_bottom_left span {
    color: darkgray;
    font-size: 12px;
}


.more{height: 3rem;line-height: 3rem; text-align: center;}
.more_btn{
    text-decoration: none;
    padding: 2px 20px 4px 20px;
    border-radius: 10px;
    background: #20bb1d;
    color: #fff;}

/* 分页样式 */

.pagenation {
    height: 32px;
    text-align: center;
    font-size: 0;
    margin: 30px auto;
}

.pagenation li {
    display: inline-block;
    border: 1px solid #d2d2d2;
    background-color: #f8f6f7;
    font-size: 12px;
    padding: 7px 10px;
    color: #666;
    margin: 5px
}

.pagenation li.active {
    background: #20bb1d;
    color: #fff
}

.foot {
    background: #eee;
    padding: 15px 10px;
    text-align: center;
    color: #858585;
    font-size: 12px;
    line-height: 20px
}

.foot span {
    margin: 0 10px
}

.foot i {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: -3px;
}

.foot .i1 {
    background: url(../images/ico1.png) no-repeat center;
    background-size: 15px;
}

.foot .i2 {
    background: url(../images/ico2.png) no-repeat center;
    background-size: 15px;
}

.foot .i3 {
    background: url(../images/ico3.png) no-repeat center;
    background-size: 15px;
}

.navbar {
    margin: 0px;
    background-color: #fff;
    border: none;
    min-height: 60px;
    top: 0;
    border-bottom: solid 1px #ccc;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-default {
    font-size: 16px;
}

.navbar-toggle {
    margin-left: 10px;
    float: left;
    border: none;
    margin-top: 10px;
    height: 36px;
    width: 36px;
    background: url(../images/home.png) no-repeat;
}

.navbar-header-p {
    float: left;
    text-align: center;
    width: 80%;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #04C7EA;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #766e6e;
}

.small-nav {
    margin-top: 0px;
    background: #e7e7e747;
}

.content {
    margin-top: 60px;
}